AdSource

open class AdSource : Parcelable

Represents an ad source which can be assigned to an AdItem. An AdItem can have multiple AdSource as waterfalling option.

Constructors

AdSource
Link copied to clipboard
open fun AdSource(type: AdSourceType, tag: String)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<AdSource>
tag
Link copied to clipboard
private open val tag: String
type
Link copied to clipboard
private open val type: AdSourceType

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Inherited functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)